NavigationState

sealed class NavigationState

Defines the current screen state.

Types

ActiveNavigation
Link copied to clipboard
object ActiveNavigation : NavigationState
Sets the screen to ActiveNavigation state.
Arrival
Link copied to clipboard
object Arrival : NavigationState
Sets the screen to Arrival state.
DestinationPreview
Link copied to clipboard
object DestinationPreview : NavigationState
Sets the screen to DestinationPreview state.
FreeDrive
Link copied to clipboard
object FreeDrive : NavigationState
Sets the screen to FreeDrive state.
RoutePreview
Link copied to clipboard
object RoutePreview : NavigationState
Sets the screen to RoutePreview state.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
Regenerate whenever a change is made

Inheritors

NavigationState
Link copied to clipboard
NavigationState
Link copied to clipboard
NavigationState
Link copied to clipboard
NavigationState
Link copied to clipboard
NavigationState
Link copied to clipboard